Currently what we do is
- we have a list of desired alerts that we want to create, and we send the events corresponding to the alerts to PD.
- we get incidents list from PD and compare it with the desired list to see if all alerts are now in the incidents list.
However, there are some cases that incidents cannot be created in PD
So we want to get alerts from PD and compare the alert list with our desired list. But there’s no API for doing this. Any suggestions on this problem?